sdplugin module¶
-
class
sd.api.sdplugin.SDPlugin(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdapiobject.SDAPIObjectA plugin
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getDirectory() → str¶ Returns the plugin directory
-
getLastErrorMessage() → str¶ Returns the last plugin error message
-
getName() → str¶ Returns the plugin name
-
getStatus() → sd.api.sdplugin.SDPluginStatus¶ Returns the status of the plugin
-
release() → None¶ Releases an APIObject
-